POV-Ray : Newsgroups : povray.beta-test : absorption media/media attenuation-bug? : absorption media/media attenuation-bug? Server Time
29 Jul 2024 20:23:09 EDT (-0400)
  absorption media/media attenuation-bug?  
From: Abe
Date: 7 Mar 2002 19:10:14
Message: <3C880122.9C9C0CE4@taconic.net>
I got no reply on my previous post, so I'll try again.

The following code should in my understanding produce a redish sphere
(attenuation of colors appearing behind the sphere) but no shadow with
media_attenuation off on the light source. 
////////////////////
camera {location  -z*4.0}
background{color rgb .7}

light_source {<-30, 60, 30> color rgb 1  
  media_interaction off
  media_attenuation off
}

box {<-2,-1.2,-2><2,-1,2>  pigment { color rgb 1 } finish{diffuse .9}}

sphere {  0.0, 1 hollow
  pigment {rgbt 1}
  interior{
   media{absorption rgb <0,1,1>}
   //media{scattering{1 rgb <1,0,0>*5 extinction 0 }}
  }
}
////////////

POV 3.1 seems to respond appropriately, but both MegaPOV and POV 3.5 do
not respond to media_attenuation (or media_interaction for that matter)
with absorption media. Sample pics posted in povray.beta-test.binaries.

Can someone substantiate this?

Abe


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.